body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
	}
fieldset, img {
    border: 0;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}
address, caption, cite, code, dfn,
em, strong, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
abbr, acronym {
    border: 0;
    font-variant: normal;
}
input, button, textarea,
select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
code, kbd, samp, tt {
    font-size: 100%;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
    *font-size: 100%;
}

body{
	position:relative;
	line-height:2em;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}
:link, :visited , ins {
    text-decoration: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
a{
	text-decoration:none;
	font-weight:500;
	cursor:pointer;
	
}
a:hover{
	text-decoration:none;
}
body{
	font-family:"微软雅黑", sans-serif;
	font-size:1.6rem;
	background-color:#fff;
	color:#353b40;
	line-height:2em;
	}
html{
	font-size:10px;
	}

@media screen and (min-width: 768px) and (max-width: 1600px) {	
html{
	font-size:8px;
	}
}
@media screen and (max-width: 767px) {

	html{
	font-size:6px;
	}
	body{
		font-size:12px;
	}	
}

/*公共代码*/

section{
	padding:6rem 0;
	}
.main-top{
	padding-top:23rem;}	
.wrap-flex{
	 display: -webkit-flex; 
  	display: flex;
}

.wrap-flex-1{
	 display: -webkit-flex; 
  	display: flex;
}
.wrap-flex-2{
	display: -webkit-flex; 
  	display: flex;
}
	
.flex-con{
	flex:1;}
		
.mt2{
	margin-top:2rem;
	}
.mt3{
	margin-top:3rem;
	}
.mt4{
	margin-top:4rem;
	}
.mt5{
	margin-top:5rem ;
	}
.mt6{
	margin-top:6rem;
	}
.mt8{
	margin-top:8rem;
	}
.pd1{
	padding:1rem 0;}
.pd2{
	padding:2rem 0;}	
.pd3{
	padding:3rem 0;}
.pd4{
	padding:4rem 0;}
.pd5{
	padding:5rem 0;}
.pd6{
	padding:6rem 0;}
	
h1{
	font-size:4rem;
	text-align:center;
	font-weight:bold;
	color:#CC2A2E;
	padding:20px 0;
	}
	
h2{
	font-size:3.5rem;
	font-weight:bold;
	text-align:center;
	}	
h3{
	font-size:1.6em;
	font-weight:bold;
	}													
h4{
	font-size:1em;
	text-align:center
}

p{
	color:#757475;}
	
.more{
      display: inline-block;
	  padding:10px 3rem;
      color: #fff;
	  border:#cb141d solid 1px;
      background-color:#cb141d;
      position: relative;
      transition:all .5s ease-in;
	  text-align:center;
	   font-weight:bold;
    }
.more:hover{
	  border:#353b40 solid 1px;
      text-decoration: none;
	  background-color:#353b40;
      color: #fff;
}
  			
  
    
 
/*---------------------------------内页------------------------------------*/		
/*公共部分*/
.sll-box{
	margin-left:20px;}
.about-hj-box{
	margin-left:2rem;}	
.abouttop{
	padding-left:2rem;
}	
.about-top{
	margin-top:2rem;}

/*快捷链接*/
#crown-list{
	padding-top:3rem;
	padding-bottom:2rem;
	background-color:#FEF9EF;
	border-bottom:#C9CACA solid 1px;}
#crown-list .wrap-flex{
	justify-content: space-between;
	align-items: center;
	 flex-wrap: nowrap;
}

#crown-list .crown-left a{
	color:#5F5D5D;
	padding:5px 10px;
	text-decoration:none;
}
#crown-list .crown-right{
	color:#CCC;
}
#crown-list .crown-right a{
	color:#999;
	padding:5px 10px;
}
#crown-list .crown-right a:hover{
	color:#333;
}
#crown-list .crown-left i{
	color:#CC2A2E;
}
#crown-list .crown-left a:hover,#crown-list .crown-left a:focus,#crown-list .crown-left li.abactive a{
	text-decoration:none;
	
	background-color:#e50012;
	color:#fff;
	border-bottom:#e50012 solid 3px;}
@media (min-width: 1200px) and (max-width:1600px) { 
	.main-top{
	padding-top:200px;}
	#crown-list{
	padding:2rem 0;}	
}
@media (max-width: 1189px) {
	.main-top{
	padding-top:200px;}
	#crown-list{
	padding:2rem 0;
}	
@media (max-width: 1000px) {
	.main-top{
	padding-top:200px;}
	#crown-list{
	padding:2rem 0;
}
@media (max-width: 980px) {
	.main-top{
	padding-top:0;}
	#crown-list{
	padding:2rem 0;}	
}
@media only screen and (max-width: 767px){
	.main-top{
	padding-top:0px;}	
	#crown-list{
		padding-top:1rem;
		padding-bottom:1rem ;} 
	#crown-list .wrap-flex{
		justify-content: space-between;
	align-items: center;
}
	#crown-list ul li a{
		font-size:12px;
	}	
	#crown-list .crown-left i{
		display:none;}
	#crown-list  .wrap-flex .crown-right{
		display:none;}
}	
@media only screen and (max-width: 490px){
	#crown-list .wrap-flex{
		justify-content:space-around;
	align-items: center;
}
		#crown-list .crown-left i{
		display:none;}
}
/*关于皇冠*/
.crown-line{
	width:60px;
		line-height:2em;
		margin:0;
	height:5px;
	background-color:#e50012;
	margin:0 auto;
}
